Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.8 to 3.7.11 in the go_modules group across 1 directory#1778

Merged
tommartensen merged 1 commit intomasterfrom
dependabot/go_modules/go_modules-0cc534b0de
Mar 16, 2026
Merged

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.7.8 to 3.7.11 in the go_modules group across 1 directory#1778
tommartensen merged 1 commit intomasterfrom
dependabot/go_modules/go_modules-0cc534b0de

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the go_modules group with 1 update in the / directory: github.com/argoproj/argo-workflows/v3.

Updates github.com/argoproj/argo-workflows/v3 from 3.7.8 to 3.7.11

Release notes

Sourced from github.com/argoproj/argo-workflows/v3's releases.

v3.7.11

Quick Start

What's New?

Find out on our blog and changelog.

Breaking Changes and Known Issues

Check the upgrading guide and search for existing issues on GitHub.

Installation

CLI

Mac / Linux

Available via curl

# Detect OS
ARGO_OS="darwin"
if [[ "$(uname -s)" != "Darwin" ]]; then
  ARGO_OS="linux"
fi
Download the binary
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v3.7.11/argo-$ARGO_OS-amd64.gz"
Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
Test installation
argo version

Controller and Server

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.7.11/install.yaml

v3.7.10

... (truncated)

Changelog

Sourced from github.com/argoproj/argo-workflows/v3's changelog.

v3.7.11 (2026-03-11)

Full Changelog: v3.7.10...v3.7.11

Selected Changes

  • 8f505a558 Merge commit from fork
  • 9064c7f89 Merge commit from fork
  • 91dfc0aa9 fix: Add optional UID query parameter to GetWorkflow (cherry pick 15265 to release 3.7) (#15643)
  • 477442702 fix: requeue workflow if expected variables are missing. Fixes #15513 (cherry-pick #15442 for 3.7) (#15657)
  • 322d067a1 chore(deps): update module github.com/cloudflare/circl to v1.6.3 [security] (release-3.7) (#15634)
  • 3b2a55298 fix(sync): variable shadowing causes semaphore holders to be lost on restart (cherry-pick #15609 for 3.7) (#15617)
  • 0a7fa6790 fix: use fixed reference time in SQLite store tests to prevent flakiness (cherry-pick #15599 for 3.7) (#15619)
  • 1164dc5ed fix: use workflow key for semaphore nextWorkflow callback (cherry-pick #15558 for 3.7) (#15621)
  • 5499fb823 chore(deps): update module filippo.io/edwards25519 to v1.1.1 [security] (release-3.7) (#15604)
  • 2c007afc7 chore(deps): update module go.opentelemetry.io/otel/sdk to v1.40.0 [security] (release-3.7) (#15602)
  • Alan Clucas
  • Eduardo Rodrigues
  • Isitha Subasinghe
  • Ville Vesilehto

v3.7.10 (2026-02-16)

Full Changelog: v3.7.9...v3.7.10

Selected Changes

  • 879b52667 fix: use input.defaults for suspend templates (cherry-pick #15240 for 3.7) (#15483)
  • 214d4da0a fix: emissary deadline handling (cherry-pick #15352 for 3.7) (#15554)
  • 72e17f3b8 chore(deps): update dependency qs to v6.14.2 [security] (release-3.7) (#15560)
  • 24e1f5cb2 fix: change RLock to Lock in sync manager methods (cherry-pick #15546 for 3.7) (#15552)
  • 93897c52a fix: support large container args (cherry pick 15265 to release 3.7) (#15523)
  • 46825ffe6 chore(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security] (release-3.7) (#15543)
  • 21a14fcee chore(deps): update google.golang.org/genproto/googleapis/api digest to 546029d (release-3.7) (#15497)
  • fd9cbb209 fix: Add instanceID label to WorkflowTaskSet. Fixes #15219 (cherry-pick #15220 for 3.7) (#15496)
  • 47581e249 fix: sync example is wrong for mutexes (cherry-pick #15431 for 3.7) (#15453)
  • Alan Clucas
  • AnaySh
  • Anay Sharma
  • Uziel David Sulkies

... (truncated)

Commits
  • 8aad740 chore: merge fix
  • 8f505a5 Merge commit from fork
  • 9064c7f Merge commit from fork
  • 91dfc0a fix: Add optional UID query parameter to GetWorkflow (cherry pick 15265 to re...
  • 4774427 fix: requeue workflow if expected variables are missing. Fixes #15513 (cherry...
  • 322d067 chore(deps): update module github.com/cloudflare/circl to v1.6.3 [security] (...
  • 3b2a552 fix(sync): variable shadowing causes semaphore holders to be lost on restart ...
  • 0a7fa67 fix: use fixed reference time in SQLite store tests to prevent flakiness (che...
  • 1164dc5 fix: use workflow key for semaphore nextWorkflow callback (cherry-pick #15558...
  • 5499fb8 chore(deps): update module filippo.io/edwards25519 to v1.1.1 [security] (rele...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 1 update in the / directory: [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows).


Updates `github.com/argoproj/argo-workflows/v3` from 3.7.8 to 3.7.11
- [Release notes](https://github.com/argoproj/argo-workflows/releases)
- [Changelog](https://github.com/argoproj/argo-workflows/blob/main/CHANGELOG.md)
- [Commits](argoproj/argo-workflows@v3.7.8...v3.7.11)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.7.11
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from rhacs-bot as a code owner March 11, 2026 14:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2026 14:52
@rhacs-bot
Copy link
Copy Markdown
Contributor

A single node development cluster (infra-pr-1778) was allocated in production infra for this PR.

CI will attempt to deploy quay.io/rhacs-eng/infra-server: to it.

🔌 You can connect to this cluster with:

gcloud container clusters get-credentials infra-pr-1778 --zone us-central1-a --project acs-team-temp-dev

🛠️ And pull infractl from the deployed dev infra-server with:

nohup kubectl -n infra port-forward svc/infra-server-service 8443:8443 &
make pull-infractl-from-dev-server

🚲 You can then use the dev infra instance e.g.:

bin/infractl -k -e localhost:8443 whoami

⚠️ Any clusters that you start using your dev infra instance should have a lifespan shorter then the development cluster instance. Otherwise they will not be destroyed when the dev infra instance ceases to exist when the development cluster is deleted. ⚠️

Further Development

☕ If you make changes, you can commit and push and CI will take care of updating the development cluster.

🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with:

make helm-deploy

Logs

Logs for the development infra depending on your @redhat.com authuser:

Or:

kubectl -n infra logs -l app=infra-server --tail=1 -f

@tommartensen tommartensen merged commit 796f54b into master Mar 16, 2026
11 checks passed
@tommartensen tommartensen deleted the dependabot/go_modules/go_modules-0cc534b0de branch March 16, 2026 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants